home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 013 (1987-05-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 013 (1987-05-15)(Ossowski, Stefan)(DE)(PD).adf / sword / read.me < prev    next >
Text File  |  1987-03-04  |  5KB  |  119 lines

  1.  
  2.                          Sword of Fallen Angel
  3.                         an Amiga Adventure Game
  4.                                  --+--
  5.  
  6.  
  7.      Days of long ago when evil forces of Tharnatos spread across
  8. the land, a mighty angel was sent to destroy the evil one.  The
  9. angel become a sword, the Sword of Fallen Angel.
  10.      A band of courageous people from the Jade Circle with the
  11. help of the sword has defeated the evil one.  From there came the
  12. legend, the legend of the Fallen Angel.
  13.      Now the evil one has raised from his grave.  Once again this
  14. beautiful land is in a great danger of destruction.
  15.      Here is the story of a man.  The man with a great destiny
  16. struggles between life and death to destroy the evil one.
  17.  
  18.  
  19.  
  20.  
  21.  
  22. About the Sword:
  23.     The Sword of Fallen Angel is an all text adventure game written
  24. in Basic.  The story came a long way back, and by the year it grew up.
  25. Now, the story is complete, it is very very long and complex.
  26.     The story is basically a classic battle between good and evil,
  27. but it is full of twists and turns, plus it:
  28.  1. combines sword, sorcery and mystery story into one.
  29.  2. involves many exotic places and objects.
  30.  3. involves many charactes with interlocking relationships.
  31.  4. is a melodramatic story, very very emotional.
  32.     Unfortunately, this program is still under development.
  33. Right now, it is only about 20% of the whole story.  There is not much
  34. going on at this early stage of the game, but it has its own uniqueness.
  35.     This game is put into the public domain library as a shareware
  36. program to see the responses of you guys, the avid adventurers.
  37. In the near future, I'm planning to rewrite the whole story in C language,
  38. to upgrade the parser system and the program structure.
  39.  
  40.  
  41.  
  42. How to load and run the game:
  43.  1. It requires AmigaBasic and the following files:
  44.      Sword.txt         - the main program (in ASCII format).
  45.     Sword_item.dat    - contains items.
  46.     Sword_verb.dat    - contains verbs and commonly used comments.
  47.     Sword_comment.dat - contains comments for your actions.
  48.         To enchance the performance of the program, copy this
  49.         file to ram: (can be achieved by using CLI).
  50.     Sword_set#        - contains room's descriptions and directions,
  51.         and miscellaneous items. Now only number 1-5 available.
  52.  2. Copy all those files from (2) to df0: which has Workbench and
  53.     AmigaBasic on it (required 315 blocks at the most).
  54.  3. Run or open the Amigabasic.  The program won't run directly because
  55.      basic won't set aside enough memory. You have to type
  56.     CLEAR ,65000 on the basic output window (left window).
  57.  4. For the first run, you need to save it in a binary format first, so
  58.     LOAD "Sword.txt"; SAVE "Sword.bas",B; RUN; (';' -> hit RETURN).
  59.  5. For the subsequent run, just type RUN "Sword.bas".
  60.  
  61.  
  62. About the parser system:
  63.     The parser system is not that sophisticated, but it does accept
  64. one to four words as a command.  It requires verb as the first word,
  65. no multiple verbs or commands allowed.  It recognize about 70 verbs
  66. and 100 objects, it doesn't know adjectives such as RED, BIG, etc.
  67. It will ignore 'the', so you can use commands such as TAKE THE SWORD.
  68. Sometimes it is necessary to put more than 2 words as KILL THE SNAKE WITH
  69. THE SWORD, and it will accept that command.  Some words are abbreviated
  70. to one letter (see below).  If it doesn't recognize you commands,
  71. don't despare, try another one.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. About the commands:
  83.  1. To move around use NORTH, SOUTH, EAST, WEST, UP , DOWN, and GO [place]
  84.     N,S,E,W,U,D are also acceptable.  Go is used to go to places such as
  85.     GO DOOR, GO TO THE DOOR, or ENTER THE HOUSE (ENTER is equivalent to GO)
  86.  2. It has a save and restore feature.  You can save your progress, and
  87.     retrieve it by SAVE and RESTORE commands.  It will ask your for the
  88.     filename afterwards.  If you just hit ENTER, it defaults to SWORD.SAVE
  89.     in the current directory.
  90.  3. COMMAND is used to list the commonly used commands.  This isn't all it
  91.     knows, you have to figure out the rest, or will be given to you as
  92.     you go along.
  93.  4. EXAMINE is very useful, HELP is sometimes helpful.
  94.     AGAIN is to repeat the last command.
  95.     INVENTORY, LOOK can be abreviated as I, L.
  96.  5. To manipulate items, TAKE, GET, DROP, PUT are used.  Also you can
  97.     put something on something as PUT SWORD ON THE TABLE sometimes.
  98.     WEAR is used to wear something, it is automatically take the items off
  99.     if you drop it.  To check if you are wearing something, examine it.
  100.  
  101.  
  102.  6. SPELL is to see what spells are known to you, use the spell name to
  103.     cast it.
  104.  7. Beware: Death comes easy, so save your progress. 
  105.  
  106.  
  107.  
  108. Final Note:
  109.     Feel free to copy and to distribute this program.  Spread it out.
  110. If you like the game, please send $5 or more for the product support
  111. and development.  If you have any comments or questions, or you need
  112. a solution, or you find any bugs, please addressed to:
  113.     ANDRY RACHMAT
  114.     10715 ROOSEVELT N.E. #7
  115.     SEATTLE, WA  98125
  116.  
  117. Happy adventuring.....
  118.  
  119.